projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de07243
)
(command-line): Automatically use iso-syntax and
author
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Jul 1994 19:06:03 +0000
(19:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 3 Jul 1994 19:06:03 +0000
(19:06 +0000)
standard-display-european if LC_CTYPE asks for it.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index dadce5b3d411550177e15b9888dd983dea7a8046..d2009fb38db0709dcbb78a229de68944d34293fa 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-217,6
+217,11
@@
this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
(string= vc "simple"))
(setq version-control 'never))))
+ (if (string-equal (getenv "LC_CTYPE") "iso_8859_1")
+ (progn
+ (standard-display-european t)
+ (require 'iso-syntax)))
+
;;! This has been commented out; I currently find the behavior when
;;! split-window-keep-point is nil disturbing, but if I can get used
;;! to it, then it would be better to eliminate the option.